home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-24 | 1.3 KB | 40 lines | [TEXT/MPS ] |
- #-----------------------------------------------------------------------#
- # CoreSample.make - Make Source #
- # #
- # CoreSample is an application that is Apple Event-aware, Scripting #
- # Compatible, and recordable. It provides support for the Required #
- # and Core suite of Apple Events, the Object Model, and the Open #
- # Scripting Architecture. #
- # #
- # by: Sue Dumont #
- # Applications Scripting Group #
- # #
- # Copyright © Apple Computer, Inc. 1991,1992 #
- # All rights reserved. #
- #-----------------------------------------------------------------------#
-
- # You can define {SymOptions} as "-sym on" or "-sym off" for use with SADE
- # or SourceBug. We also recommend requiring prototypes for all functions
-
- COptions = -r
- SymOptions = -sym off
-
- .c.o ƒ .c
- C {SymOptions} CoreSample.c
-
- CObjs = CoreSample.c.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{CLibraries}"StdClib.o ∂
- "{PLibraries}"AEObjectSupportLib.o
-
- CoreSample ƒƒ {CObjs} CoreSample.make
- Link {SymOptions} -o {Targ} {CObjs}
- SetFile {Targ} -t APPL -c 'smpl' -a B
-
- CoreSample ƒƒ CoreSample.r CoreSample.h CoreSample.make
- Rez -rd -append -o {Targ} CoreSample.r
- Rez -a -ov -o CoreSample AEUserTermTypes.r CoreSampleAETE.r
-
- CoreSample.c.o ƒƒ CoreSample.c CoreSample.make
-